1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmNhapHang_NhapNhieu
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.btnTaiFileMau = new System.Windows.Forms.Button();
33             
this.btnChonFileNhapHang = new System.Windows.Forms.Button();
34             
this.dgvDanhSachNhapHang = new System.Windows.Forms.DataGridView();
35             
this.lblSpDangThietLap = new System.Windows.Forms.Label();
36             
this.btnThucHien = new System.Windows.Forms.Button();
37             
this.txtPath = new System.Windows.Forms.TextBox();
38             
this.IdNhapNhanh = new System.Windows.Forms.DataGridViewTextBoxColumn();
39             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
40             
this.MaSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
41             
this.MaVietTat = new System.Windows.Forms.DataGridViewTextBoxColumn();
42             
this.TenSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
43             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
44             
this.SoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
45             
this.GiaNhap = new System.Windows.Forms.DataGridViewTextBoxColumn();
46             
this.ChietKhau = new System.Windows.Forms.DataGridViewTextBoxColumn();
47             
this.Thue = new System.Windows.Forms.DataGridViewTextBoxColumn();
48             
this.TongTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
49             
this.Xoa = new System.Windows.Forms.DataGridViewLinkColumn();
50             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNhapHang)).BeginInit();
51             
this.SuspendLayout();
52             
//
53             
// btnTaiFileMau
54             
//
55             
this.btnTaiFileMau.Location = new System.Drawing.Point(660, 60);
56             
this.btnTaiFileMau.Name = "btnTaiFileMau";
57             
this.btnTaiFileMau.Size = new System.Drawing.Size(112, 32);
58             
this.btnTaiFileMau.TabIndex = 1;
59             
this.btnTaiFileMau.Text = "Tải mẫu tập tin Excel";
60             
this.btnTaiFileMau.UseVisualStyleBackColor = true;
61             
this.btnTaiFileMau.Visible = false;
62             
this.btnTaiFileMau.Click += new System.EventHandler(this.btnTaiFileMau_Click);
63             
//
64             
// btnChonFileNhapHang
65             
//
66             
this.btnChonFileNhapHang.Location = new System.Drawing.Point(15, 12);
67             
this.btnChonFileNhapHang.Name = "btnChonFileNhapHang";
68             
this.btnChonFileNhapHang.Size = new System.Drawing.Size(107, 31);
69             
this.btnChonFileNhapHang.TabIndex = 2;
70             
this.btnChonFileNhapHang.Text = "Chọn tập tin";
71             
this.btnChonFileNhapHang.UseVisualStyleBackColor = true;
72             
this.btnChonFileNhapHang.Click += new System.EventHandler(this.btnChonFileNhapHang_Click);
73             
//
74             
// dgvDanhSachNhapHang
75             
//
76             
this.dgvDanhSachNhapHang.AllowUserToAddRows = false;
77             
this.dgvDanhSachNhapHang.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
78             | System.Windows.Forms.AnchorStyles.Right)));
79             
this.dgvDanhSachNhapHang.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
80             
this.dgvDanhSachNhapHang.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
81             
this.dgvDanhSachNhapHang.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
82             
this.IdNhapNhanh,
83             
this.STT,
84             
this.MaSanPham,
85             
this.MaVietTat,
86             
this.TenSanPham,
87             
this.TenDonViTinh,
88             
this.SoLuong,
89             
this.GiaNhap,
90             
this.ChietKhau,
91             
this.Thue,
92             
this.TongTien,
93             
this.Xoa});
94             
this.dgvDanhSachNhapHang.Location = new System.Drawing.Point(12, 106);
95             
this.dgvDanhSachNhapHang.Name = "dgvDanhSachNhapHang";
96             
this.dgvDanhSachNhapHang.RowTemplate.DefaultCellStyle.Padding = new System.Windows.Forms.Padding(4);
97             
this.dgvDanhSachNhapHang.RowTemplate.Height = 27;
98             
this.dgvDanhSachNhapHang.Size = new System.Drawing.Size(760, 443);
99             
this.dgvDanhSachNhapHang.TabIndex = 3;
100             
this.dgvDanhSachNhapHang.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDanhSachNhapHang_CellClick);
101             
//
102             
// lblSpDangThietLap
103             
//
104             
this.lblSpDangThietLap.AutoSize = true;
105             
this.lblSpDangThietLap.Location = new System.Drawing.Point(12, 60);
106             
this.lblSpDangThietLap.Name = "lblSpDangThietLap";
107             
this.lblSpDangThietLap.Size = new System.Drawing.Size(136, 18);
108             
this.lblSpDangThietLap.TabIndex = 4;
109             
this.lblSpDangThietLap.Text = "Thiết lập sản phẩm:";
110             
//
111             
// btnThucHien
112             
//
113             
this.btnThucHien.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
114             
this.btnThucHien.Location = new System.Drawing.Point(660, 13);
115             
this.btnThucHien.Name = "btnThucHien";
116             
this.btnThucHien.Size = new System.Drawing.Size(112, 31);
117             
this.btnThucHien.TabIndex = 6;
118             
this.btnThucHien.Text = "Thực hiện";
119             
this.btnThucHien.UseVisualStyleBackColor = true;
120             
this.btnThucHien.Click += new System.EventHandler(this.btnThucHien_Click);
121             
//
122             
// txtPath
123             
//
124             
this.txtPath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
125             | System.Windows.Forms.AnchorStyles.Right)));
126             
this.txtPath.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
127             
this.txtPath.Location = new System.Drawing.Point(128, 16);
128             
this.txtPath.Name = "txtPath";
129             
this.txtPath.Size = new System.Drawing.Size(526, 26);
130             
this.txtPath.TabIndex = 9;
131             
//
132             
// IdNhapNhanh
133             
//
134             
this.IdNhapNhanh.HeaderText = "IdNhapNhanh";
135             
this.IdNhapNhanh.Name = "IdNhapNhanh";
136             
this.IdNhapNhanh.Visible = false;
137             
//
138             
// STT
139             
//
140             
this.STT.FillWeight = 50F;
141             
this.STT.HeaderText = "STT";
142             
this.STT.Name = "STT";
143             
this.STT.Width = 50;
144             
//
145             
// MaSanPham
146             
//
147             
this.MaSanPham.HeaderText = "Mã sản phẩm";
148             
this.MaSanPham.Name = "MaSanPham";
149             
//
150             
// MaVietTat
151             
//
152             
this.MaVietTat.HeaderText = "Mã viết tắt";
153             
this.MaVietTat.Name = "MaVietTat";
154             
//
155             
// TenSanPham
156             
//
157             
this.TenSanPham.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
158             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
159             
this.TenSanPham.DefaultCellStyle = dataGridViewCellStyle1;
160             
this.TenSanPham.FillWeight = 180F;
161             
this.TenSanPham.HeaderText = "Tên sản phẩm";
162             
this.TenSanPham.Name = "TenSanPham";
163             
this.TenSanPham.Width = 116;
164             
//
165             
// TenDonViTinh
166             
//
167             
this.TenDonViTinh.FillWeight = 80F;
168             
this.TenDonViTinh.HeaderText = "Đơn vị tính";
169             
this.TenDonViTinh.Name = "TenDonViTinh";
170             
this.TenDonViTinh.Width = 80;
171             
//
172             
// SoLuong
173             
//
174             
this.SoLuong.FillWeight = 70F;
175             
this.SoLuong.HeaderText = "S.Lượng";
176             
this.SoLuong.Name = "SoLuong";
177             
this.SoLuong.Width = 70;
178             
//
179             
// GiaNhap
180             
//
181             
this.GiaNhap.HeaderText = "Giá nhập";
182             
this.GiaNhap.Name = "GiaNhap";
183             
//
184             
// ChietKhau
185             
//
186             
this.ChietKhau.FillWeight = 70F;
187             
this.ChietKhau.HeaderText = "C.Khấu";
188             
this.ChietKhau.Name = "ChietKhau";
189             
this.ChietKhau.Width = 70;
190             
//
191             
// Thue
192             
//
193             
this.Thue.FillWeight = 70F;
194             
this.Thue.HeaderText = "Thuế";
195             
this.Thue.Name = "Thue";
196             
this.Thue.Width = 70;
197             
//
198             
// TongTien
199             
//
200             
this.TongTien.HeaderText = "Tổng tiền";
201             
this.TongTien.Name = "TongTien";
202             
//
203             
// Xoa
204             
//
205             
this.Xoa.FillWeight = 50F;
206             
this.Xoa.HeaderText = "";
207             
this.Xoa.Name = "Xoa";
208             
this.Xoa.Width = 50;
209             
//
210             
// frmNhapHang_NhapNhieu
211             
//
212             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
213             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
214             
this.ClientSize = new System.Drawing.Size(784, 561);
215             
this.Controls.Add(this.txtPath);
216             
this.Controls.Add(this.btnThucHien);
217             
this.Controls.Add(this.lblSpDangThietLap);
218             
this.Controls.Add(this.dgvDanhSachNhapHang);
219             
this.Controls.Add(this.btnChonFileNhapHang);
220             
this.Controls.Add(this.btnTaiFileMau);
221             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
222             
this.Margin = new System.Windows.Forms.Padding(4);
223             
this.MinimizeBox = false;
224             
this.Name = "frmNhapHang_NhapNhieu";
225             
this.Text = "Nhập nhiều sản phẩm";
226             
this.Load += new System.EventHandler(this.frmNhapHang_NhapNhieu_Load);
227             ((System.ComponentModel.ISupportInitialize)(
this.dgvDanhSachNhapHang)).EndInit();
228             
this.ResumeLayout(false);
229             
this.PerformLayout();
230
231         }
232
233         
#endregion
234
235         
private System.Windows.Forms.Button btnTaiFileMau;
236         
private System.Windows.Forms.Button btnChonFileNhapHang;
237         
private System.Windows.Forms.DataGridView dgvDanhSachNhapHang;
238         
private System.Windows.Forms.Label lblSpDangThietLap;
239         
private System.Windows.Forms.Button btnThucHien;
240         
private System.Windows.Forms.TextBox txtPath;
241         
private System.Windows.Forms.DataGridViewTextBoxColumn IdNhapNhanh;
242         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
243         
private System.Windows.Forms.DataGridViewTextBoxColumn MaSanPham;
244         
private System.Windows.Forms.DataGridViewTextBoxColumn MaVietTat;
245         
private System.Windows.Forms.DataGridViewTextBoxColumn TenSanPham;
246         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
247         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuong;
248         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaNhap;
249         
private System.Windows.Forms.DataGridViewTextBoxColumn ChietKhau;
250         
private System.Windows.Forms.DataGridViewTextBoxColumn Thue;
251         
private System.Windows.Forms.DataGridViewTextBoxColumn TongTien;
252         
private System.Windows.Forms.DataGridViewLinkColumn Xoa;
253     }
254 }


Gõ tìm kiếm nhanh...